home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk User Volume 3 #6 / Commodore_Disk_User_Vol.3_6_1990_-.d64 / mini aid (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  199b  |  9 lines

  1. 10 print"[147]":poke53280,14:poke53281,6:poke646,14
  2. 20 l=l+1
  3. 30 if l=1 then load "sysdel.exe",8,1
  4. 40 if l=2 then load "sysauto.exe",8,1
  5. 50 if l=3 then load "renum.exe",8,1
  6. 53 print"auto/del/renum"
  7. 55 print"now installed...."
  8. 60 end
  9.